home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
texts
/
dosman121
/
man
/
endif
< prev
next >
Wrap
Text File
|
1995-05-05
|
594b
|
26 lines
EndIf(V1.3 in C:) (v 2.x/3.x internal)
NAME
EndIf - Show end of IF ELSE Conditional.
SYNOPSIS
EndIf
DESCRIPTION
This is used to mark the end of a conditional block
in a script. Note that in 2.x/3.x this command is
builtin.
If the tested condition proves false then all
commands after ELSE and before ENDIF are executed. If the
tested condition is true, then all commands after the IF
and before the ELSE keywords are executed.
SEE ALSO
IF ELSE Execute